home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / dhcp / dhcp-renew.hlp.z / dhcp-renew.hlp
Encoding:
Text File  |  1997-07-30  |  2.2 KB  |  64 lines

  1. #!/usr/bin/perl5
  2. #
  3. # dhcp-renew.hlp
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20. # $Id: dhcp-renew.hlp,v 1.3 1997/04/17 21:23:04 shotes Exp $
  21.  
  22. print <<EndOfFile;
  23. Content-type: text/html
  24.  
  25. <FORM>
  26. <H2>Renewing your Current DHCP Lease</H2>
  27. <P>
  28. When requesting a lease renewal, you will be prompted for the following 
  29. parameters.  These can be left blank to use the default values.
  30. </P>
  31. <P>
  32. <STRONG>Your host name:</STRONG> This field shows your current host name.
  33. When your lease is renewed, you will retain the host name.  This field 
  34. is not editable.  
  35. </P>
  36. (Default value: determined by system)
  37. <P>
  38. <STRONG>Your IP address:</STRONG> This field shows your IP address under 
  39. your current DHCP lease.  This will continue to be your IP address after 
  40. your lease is renewed.  You cannot edit this field either.
  41. </P>
  42. (Default value: determined by system)
  43. <P>
  44. <STRONG>DHCP Server address:</STRONG> This field shows the IP address 
  45. of your current DHCP server.  This is the server from whom you are 
  46. requesting a lease renewal.  This field is not editable. 
  47. </P>
  48. (Default value: determined by system)
  49. <P>
  50. <STRONG>New desired lease time:</STRONG>
  51. This is the amount of time (in days) you would like before your new lease
  52. expires.  The actual lease alotted to you may be for a shorter period
  53. of time if the DHCP server is configured with a low maximum lease time.
  54. If you do not enter a value here, the server will choose a default
  55. lease time.
  56. </P>
  57. (Default value: 1095 days [3 years])
  58. <P>
  59. <CENTER>
  60. <INPUT TYPE="button" VALUE="Back to Form" onClick="window.location='dhcp-renew.cgi'">
  61. </CENTER>
  62. </FORM>
  63. EndOfFile
  64.